bootstrap: ignore x.py shell completion diff
authorFabian Grünbichler <git@fabian.gruenbichler.email>
Wed, 3 Sep 2025 12:44:51 +0000 (14:44 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Sun, 8 Mar 2026 10:11:47 +0000 (11:11 +0100)
this test is intended for development, we can ignore it for package builds.

Signed-off-by: Fabian Grünbichler <git@fabian.gruenbichler.email>
Gbp-Pq: Topic build
Gbp-Pq: Name bootstrap-ignore-x.py-shell-completion-diff.patch

src/bootstrap/src/core/build_steps/test.rs

index 52915abca1504d68c164b00f50c4f8429d935205..bdbb71d830cce0f95713837148ee05d856d7e1e5 100644 (file)
@@ -1290,7 +1290,8 @@ HELP: to skip test's attempt to check tidiness, pass `--skip src/tools/tidy` to
             eprintln!(
                 "x.py completions were changed; run `x.py run generate-completions` to update them"
             );
-            crate::exit!(1);
+            // Debian: we don't care about this
+            //crate::exit!(1);
         }
 
         builder.info("x.py help check");